Skip to content

chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.0.2#31

Open
kombo-sdk-generator[bot] wants to merge 1 commit intomainfrom
speakeasy-sdk-regen-1772152303
Open

chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.0.2#31
kombo-sdk-generator[bot] wants to merge 1 commit intomainfrom
speakeasy-sdk-regen-1772152303

Conversation

@kombo-sdk-generator
Copy link
Contributor

@kombo-sdk-generator kombo-sdk-generator bot commented Feb 27, 2026

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (automated)

Python SDK Changes:

  • kombo.ats.get_roles(): Added
  • kombo.ats.add_application_note():
    • request.remote_fields.lever Added
  • kombo.ats.get_jobs(): response.data.results[].hiring_team[].job_roles Added
  • kombo.ats.get_users(): response.data.results[].system_roles Added
  • kombo.assessment.update_order_result():
    • request.remote_fields.recruitee Added
  • kombo.connect.create_connection_link():
    • request.integration_tool.enum(digitalrecruiters) Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (6445:3)
│ ├─┬/hris/performance-review-cycles
│ │ └─┬GET
│ │   └──[🔀] description (3500:20)
│ ├─┬/ats/users
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬example1
│ │           └──[🔀] value (6408:21)
│ ├─┬/ats/jobs
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬example1
│ │           └──[🔀] value (6056:21)
│ ├─┬/hris/performance-reviews
│ │ └─┬GET
│ │   └──[🔀] description (3616:20)
│ └─┬/passthrough/{tool}/{api}
│   └─┬POST
│     └──[🔀] description (94:20)
└─┬Components
  ├──[+] schemas (25193:7)
  ├──[+] schemas (25177:7)
  ├──[+] schemas (25170:7)
  ├──[+] schemas (25197:7)
  ├──[+] schemas (25167:7)
  ├──[+] schemas (25189:7)
  ├─┬PutAssessmentOrdersAssessmentOrderIdResultRequestBody
  │ └─┬remote_fields
  │   ├──[+] properties (27675:13)
  │   └─┬smartrecruiters
  │     ├──[+] properties (27678:17)
  │     └──[-] properties (26902:17)❌ 
  ├─┬GetAtsUsersPositiveResponse
  │ └─┬data
  │   └─┬results
  │     └─┬Schema
  │       ├──[-] examples (24516:21)
  │       ├──[+] required (25142:21)❌ 
  │       └──[+] properties (25075:19)
  ├─┬DataChangedWebhookPayload
  │ └─┬data
  │   └─┬changed_models
  │     └─┬Schema
  │       └─┬name
  │         ├──[+] enum (31580:25)
  │         ├──[+] enum (31567:25)
  │         └──[+] enum (31578:25)
  ├─┬PostConnectCreateLinkRequestBody
  │ └─┬integration_tool
  │   └──[+] enum (31265:15)
  ├─┬PostAtsApplicationsApplicationIdNotesRequestBody
  │ └─┬remote_fields
  │   └─┬ALLOF
  │     ├──[+] properties (19438:17)
  │     ├─┬recruitee
  │     │ ├──[🔀] description (19444:32)
  │     │ ├──[-] properties (18926:21)❌ 
  │     │ ├──[-] properties (18924:21)❌ 
  │     │ └──[+] properties (19441:21)
  │     └─┬teamtailor
  │       ├──[🔀] description (19430:32)
  │       ├──[+] properties (19427:21)
  │       ├──[+] properties (19425:21)
  │       └──[-] properties (18906:21)❌ 
  ├─┬GetAtsJobsPositiveResponse
  │ └─┬data
  │   └─┬results
  │     └─┬Schema
  │       └─┬hiring_team
  │         └─┬Schema
  │           ├──[+] required (23272:27)❌ 
  │           ├──[+] properties (23212:25)
  │           ├─┬last_name
  │           │ ├──[+] items (23215:29)❌ 
  │           │ ├──[🔀] type (23213:33)❌ 
  │           │ └──[🔀] description (23262:40)
  │           ├─┬hiring_team_roles
  │           │ ├──[🔀] description (23210:40)
  │           │ └──[+] deprecated (23211:39)
  │           └─┬remote_id
  │             └──[🔀] description (23194:40)
  └─┬PostPassthroughToolApiRequestBody
    └─┬path
      └──[-] pattern (8252:20)❌ 
Document Element Total Changes Breaking Changes
paths 6 0
components 34 12

View full report

Linting Report 0 errors, 315 warnings, 185 hints

View full report

PYTHON CHANGELOG

core: 6.0.16 - 2026-03-04

🐛 Bug Fixes

  • include global security in SDK Example Usage snippets and per-operation docs (commit by @mfbx9da4)

core: 6.0.15 - 2026-02-27

🐛 Bug Fixes

  • make serverURL optional when operations define their own servers (commit by @danielkov)

core: 6.0.14 - 2026-02-27

🐛 Bug Fixes

  • derive installation URL from repo URL for monorepo subdirectory support (commit by @bradcypert)

enumUnions: 0.1.1 - 2026-03-06

🐛 Bug Fixes

  • show literal values in enum docs when enumFormat is union (commit by @bflad)

globalServerURLs: 3.2.1 - 2026-02-27

🐛 Bug Fixes

  • don't show global server URL in examples when operation has its own servers (commit by @tristanspeakeasy)

Based on Speakeasy CLI 1.752.0


Note

Medium Risk
Primarily an automated SDK regeneration, but it adds a new ATS endpoint (get_roles) and extends several request/response models, which may affect downstream typing/serialization and user code expectations.

Overview
Bumps the generated Python SDK to 1.0.2 and updates Speakeasy generation metadata/lockfiles.

Adds a new ATS operation kombo.ats.get_roles() (sync + async) along with the corresponding request/response models and docs.

Extends ATS and related models to expose additional role metadata: get_jobs() hiring team entries now include job_roles, get_users() results include system_roles, and add_application_note() / update_order_result() gain new remote_fields variants (lever, recruitee).

Expands connect.create_connection_link()’s integration_tool enum to include digitalrecruiters and refreshes generated docs/examples accordingly.

Written by Cursor Bugbot for commit 03a83bf. This will update automatically on new commits. Configure here.

@kombo-sdk-generator kombo-sdk-generator bot added the patch Patch version bump label Feb 27, 2026
@kombo-sdk-generator kombo-sdk-generator bot force-pushed the speakeasy-sdk-regen-1772152303 branch from 5ac11b9 to 8689d98 Compare February 28, 2026 00:28
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

@kombo-sdk-generator kombo-sdk-generator bot force-pushed the speakeasy-sdk-regen-1772152303 branch 8 times, most recently from 6cbabe8 to 5586fa5 Compare March 8, 2026 00:32
@kombo-sdk-generator kombo-sdk-generator bot force-pushed the speakeasy-sdk-regen-1772152303 branch 3 times, most recently from e5b9f7b to ba008ed Compare March 11, 2026 00:29
* `kombo.ats.get_roles()`: **Added**
* `kombo.ats.add_application_note()`: 
  *  `request.remote_fields.lever` **Added**
* `kombo.ats.get_jobs()`:  `response.data.results[].hiring_team[].job_roles` **Added**
* `kombo.ats.get_users()`:  `response.data.results[].system_roles` **Added**
* `kombo.assessment.update_order_result()`: 
  *  `request.remote_fields.recruitee` **Added**
* `kombo.connect.create_connection_link()`: 
  *  `request.integration_tool.enum(digitalrecruiters)` **Added**
@kombo-sdk-generator kombo-sdk-generator bot force-pushed the speakeasy-sdk-regen-1772152303 branch from ba008ed to 03a83bf Compare March 12, 2026 00:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant